home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / uspol131.zip / SAMPLE.BAT < prev    next >
DOS Batch File  |  1992-05-13  |  356b  |  19 lines

  1. @echo off
  2. cd\system\userpoll
  3. userpoll c:\system
  4. cd\system
  5. exit
  6.  
  7. REM Edit this sample batch file to reflect the needs of your system.
  8. REM Enjoy!!!  And please support the ShareWare Concept.
  9.  
  10. REM Use the following variation for WWIV bbs.  To include DORINFO.EXE.
  11.  
  12. @echo off
  13. dorinfo.exe
  14. cd\system\userpoll
  15. userpoll c:\system
  16. cd\system
  17. exit
  18.  
  19.